stackswitcher: implement GtkOrientable
authorChristian Hergert <chergert@redhat.com>
Fri, 28 May 2021 18:50:25 +0000 (11:50 -0700)
committerChristian Hergert <chergert@redhat.com>
Tue, 1 Jun 2021 17:57:27 +0000 (10:57 -0700)
commitc848a5139537da8f6b90109598e30d6abcf30696
treedaf31d97a3c5a9ef091f25d1421066d78c15e58a
parent7d3c3cb6538397244edc3c4f8f86e2ba18af4716
stackswitcher: implement GtkOrientable

In GTK 3, GtkStackSwitcher implemented GtkOrientable via the parent GtkBox
type. In GTK 4, that was changed to inherit from GtkWidget and lost this
interface implementation.

This adds that back, along with a note in the documentation that the
interface was added in GTK 4.4.

Fixes #3988
gtk/gtkstackswitcher.c